@charset "utf-8";

.showScroll .showScrollBox {
    width: 100%;
    height: 100%;
    margin: auto;
}


.showScroll .swiper-slide {
    margin-bottom: 0.5rem;
    width: 100%;
    max-width: 45%;
    height: 10rem;
    margin-right: 0.3rem !important;
    margin-top: 0 !important;
}

.showScroll .swiper-pagination-bullet {
	outline: none;
}


.showScroll .item {
    text-align: center;
    font-size: 0.7rem;
    background: #fff;
    align-items: center;
    border: 0.05rem solid #ddd;
    padding: 0.2rem 1%;
    padding-bottom: 0;
}

.showScroll {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 33rem;
}

.showScroll .item .txt {line-height: 1.5rem;}

.showScroll .item img {
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: 8rem;
}

.showScroll .item .hdBox {
}


.showScroll .swiper-pagination-bullet-active {
    background: #005037;
}

.showScroll .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
}

.showScroll .item a {
    display: block;
}